-
Notifications
You must be signed in to change notification settings - Fork 4
Add conversion gallery documentation for NWB to BIDS mapping #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add conversion gallery documentation for NWB to BIDS mapping #286
Conversation
Co-authored-by: CodyCBakerPhD <[email protected]>
Co-authored-by: CodyCBakerPhD <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## conversion_gallery #286 +/- ##
=====================================================
Coverage ? 84.48%
=====================================================
Files ? 36
Lines ? 1424
Branches ? 0
=====================================================
Hits ? 1203
Misses ? 221
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
@copilot Could you fix the pre-commit? Do you know why you didn't do it in the first place (given it is specified in the copilot instructions) |
|
@copilot Nevermind, I'll deal with it myself. This is a good start, thank you |
* Add conversion gallery documentation for NWB to BIDS mapping (#286) * Initial plan * Add conversion gallery documentation with NWB to BIDS mapping examples Co-authored-by: CodyCBakerPhD <[email protected]> * Fix conversion gallery assertions and improve metadata descriptions Co-authored-by: CodyCBakerPhD <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: CodyCBakerPhD <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * wip * polishing probes * polishing probes * finish draft * finish draft * Update docs/conversion_gallery.rst Co-authored-by: Austin Macdonald <[email protected]> * Apply suggestions from code review * Update docs/conftest.py Co-authored-by: Austin Macdonald <[email protected]> * Delete docs/expected_files/sub-001_ses-A_ecephys.nwb * fix alignment * Update docs/conversion_gallery.rst Co-authored-by: Austin Macdonald <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Austin Macdonald <[email protected]>
Adds documentation section demonstrating fine-grained NWB file content extraction to BIDS sidecars per BEP32. Located after tutorials, uses same ecephys example data.
Changes
docs/conversion_gallery.rst- New 450+ line documentation covering:docs/index.rst- Added conversion_gallery to toctree after tutorialsdocs/conftest.py- Extended setup to pre-convert tutorial data for gallery examplesExample
Shows how NWB electrode table maps to BIDS sidecars:
Includes complete mapping tables like:
electrodes.idnameelectrodes.group.device.nameprobe_nameelectrodes.impimpedance(kOhms)Screenshot
All code examples are executable and doc-tested (32 tests).
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.